翻訳と辞書
Words near each other
・ XML firewall
・ XML for Analysis
・ XML framework
・ XML Information Set
・ XML Interface for Network Services
・ XML Literals
・ XML Metadata Interchange
・ XML namespace
・ XML Notepad
・ XML Object Model
・ XML pipeline
・ XML Professional Publisher
・ XML Protocol
・ XML Resource
・ XML retrieval
XML schema
・ XML Schema (W3C)
・ XML Schema Editor
・ XML Script
・ XML Shareable Playlist Format
・ XML Signature
・ XML Telemetric and Command Exchange
・ XML transformation language
・ XML tree
・ XML UK
・ XML User Interface
・ XML validation
・ XML-binary Optimized Packaging
・ XML-RPC
・ XML/EDIFACT


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

XML schema : ウィキペディア英語版
XML schema

An XML schema is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyond the basic syntactical constraints imposed by XML itself. These constraints are generally expressed using some combination of grammatical rules governing the order of elements, Boolean predicates that the content must satisfy, data types governing the content of elements and attributes, and more specialized rules such as uniqueness and referential integrity constraints.
There are languages developed specifically to express XML schemas. The Document Type Definition (DTD) language, which is native to the XML specification, is a schema language that is of relatively limited capability, but that also has other uses in XML aside from the expression of schemas. Two more expressive XML schema languages in widespread use are XML Schema (with a capital ''S'') and RELAX NG.
The mechanism for associating an XML document with a schema varies according to the schema language. The association may be achieved via markup within the XML document itself, or via some external means.
== Validation ==
The process of checking to see if an XML document conforms to a schema is called validation, which is separate from XML's core concept of syntactic well-formedness. All XML documents must be well-formed, but it is not required that a document be valid unless the XML parser is "validating", in which case the document is also checked for conformance with its associated schema. DTD-validating parsers are most common, but some support W3C XML Schema or RELAX NG as well.
Documents are only considered valid if they satisfy the requirements of the schema with which they have been associated. These requirements typically include such constraints as:
* Elements and attributes that must/may be included, and their permitted structure
* The structure as specified by a regular expression syntax
* How character data is to be interpreted, e.g. as a number, a date, a URL, a Boolean, etc.
Validation of an instance document against a schema can be regarded as a conceptually separate operation from XML parsing. In practice, however, many schema validators are integrated with an XML parser.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「XML schema」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.